home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 5533 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: news.ultranet.com!usenet
  2. From: "Albert P. Belle Isle" <belleisl@cerberus-sys.com>
  3. Newsgroups: alt.winsock,alt.winsock.trumpet,comp.dcom.modems
  4. Subject: Re: MTU  Settings
  5. Date: Mon, 19 Feb 1996 09:56:01 -0500
  6. Organization: Cerberus Systems, Inc.
  7. Message-ID: <31288F81.39DF@cerberus-sys.com>
  8. References: <4g7u9u$86u@news1.ucsd.edu>
  9. NNTP-Posting-Host: apb-p5-90.cerberus-sys.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. david wrote:
  16. > I have tried different MTU settings to which is the fastest, but
  17. > haven't really noticed a great difference  with shorter files.  It
  18. > seems that with longer files it would make a difference.
  19. > Does anyone know of a way to check for sure which MTU
  20. > setting is the fastest?  I'm  using a 14.4.
  21. > Thanks.....
  22. > Dave
  23.  
  24. Dave:
  25.  
  26. MTU is an IP (routing) parameter that can place an upper limit on packet 
  27. size, but doesn't otherwise determine the amount of data transferred per 
  28. packet. The MTU that really matters is the smallest one in all the routers 
  29. on the download path between you and the file server, and is independent of 
  30. any MTU value you set for your WinSock. (Your MTU should match the MTU used 
  31. by the routers on your access provider's Local Area Network).
  32.  
  33. File transfers using FTP or HTTP are accomplished as a sequence of TCP 
  34. transactions, whose data segment size is the smaller of the MSS settings of 
  35. the two participants. This setting, and the default size of the flow control 
  36. data window (RWIN) are what you tune for speed.
  37.  
  38. I've put together a tutorial FAQ on the subject of WinSock speed-tuning 
  39. (and related problems that prevent it, like com port overruns) at the 
  40. below-listed URL, if you're interested in more details.
  41.  
  42. Regards,
  43.  
  44. Al
  45.  
  46. -- 
  47. ==================================================================
  48. Albert P. Belle Isle
  49. Cerberus Systems, Inc.
  50.  
  51. Al's Winsock Tuning FAQ -
  52.        http://www.cerberus-sys.com/~belleisl/mtu_mss_rwin.html
  53. ==================================================================
  54.